LinkedList<T> Class

public class LinkedList<T> : IEnumerable<T>
This language is not supported or no code example is available.
generic<typename T> 
public ref class LinkedList : public IEnumerable<T^>^
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Type Parameters

T

Name Description
Public constructor LinkedList()
Top

In this article

Definition